Handbook of Neuroevolution Through Erlang by Sher Gene I

Handbook of Neuroevolution Through Erlang by Sher Gene I

Author:Sher, Gene I.
Language: eng
Format: epub
Publisher: Springer New York
Published: 2012-11-05T16:00:00+00:00


6.Calculate PopulationNormalizer, to keep the population within a certain limit:

PopulationNormalizer = TotalNewOffsprings/PopulationLimit

7.Calculate the normalized number of offspring alloted to each Agent:

NormalizedAllotedOffsprings(i) = round(AllotedOffsprings(i)/PopulationNormalizer(i)).

8.If NormalizedAllotedOffsprings (NAO) == 1, then the Agent is allowed to survive to the next generation without offspring, if NAO > 1, then the Agent is allowed to produce (NAO -1) number of mutated copies of itself, if NAO = 0 the Agent is removed from the population and deleted.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.